home *** CD-ROM | disk | FTP | other *** search
- /*
- ImageMagick Timer Methods.
- */
- #ifndef _MAGICK_TIMER_H
- #define _MAGICK_TIMER_H
-
- #if defined(__cplusplus) || defined(c_plusplus)
- extern "C" {
- #endif
-
- extern MagickExport double
- GetElapsedTime(TimerInfo *),
- GetUserTime(TimerInfo *);
-
- extern MagickExport unsigned int
- ContinueTimer(TimerInfo *);
-
- extern MagickExport void
- GetTimerInfo(TimerInfo *),
- ResetTimer(TimerInfo *),
- StartTimer(TimerInfo *,const unsigned int);
-
- #if defined(__cplusplus) || defined(c_plusplus)
- }
- #endif
-
- #endif
-